Myghty Template Error

Error: Error: list index out of range
File: /usr/local/apache2/htdocs/fema/index.html line 267
Context: 264:
265: if id:
266: hashed = id.split('-')
267: if key.hash_val(hashed[1]) != id:
268: id = None
269: else:
270: id = hashed[1]
Traceback: /usr/local/apache2/htdocs/fema/index.html:267
/usr/local/lib/python2.4/site-packages/mod_python/apache.py:299


Original Stack Trace:

Error: Error: list index out of range
File: /usr/local/apache2/myghty/obj/main//fema/index.html.py line 66
Context: 63:
64: if id:
65: hashed = id.split('-')
66: if key.hash_val(hashed[1]) != id:
67: id = None
68: else:
69: id = hashed[1]
Traceback: /usr/local/apache2/myghty/obj/main//fema/index.html.py:66
/usr/local/lib/python2.4/site-packages/myghty/component.py:123
/usr/local/lib/python2.4/site-packages/myghty/request.py:387
/usr/local/lib/python2.4/site-packages/myghty/request.py:247
/usr/local/lib/python2.4/site-packages/myghty/exception.py:70
/usr/local/lib/python2.4/site-packages/myghty/request.py:268
/usr/local/lib/python2.4/site-packages/myghty/http/HTTPHandler.py:147
/usr/local/lib/python2.4/site-packages/myghty/http/ApacheHandler.py:29
/usr/local/lib/python2.4/site-packages/mod_python/apache.py:299